From 0d4d47adbb97d7b297217e0c1d1ac69aa6859842 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Nov 2006 19:37:37 +0000 Subject: [PATCH] Add hint and last found to tabsep format. --- Makefile.in | 1 + internal_styles.c | 2 ++ style/tabsep.style | 2 ++ 3 files changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in index 47a4b1dd4..6610538e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -172,6 +172,7 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE # to prevent the build from working. Remove it. (Suse) # * Sun Java seems to be required. GCJ 1.4.2 doesn't work. You can # force Sun Java to be used by creating ~/.foprc with 'rpm_mode=' (Fedora) +# Get it from http://www.java.com # gpsbabel.fo: perl xmldoc/makedoc diff --git a/internal_styles.c b/internal_styles.c index 34b1caf1c..f1e8682e4 100644 --- a/internal_styles.c +++ b/internal_styles.c @@ -889,6 +889,8 @@ static char tabsep[] = "IFIELD PATH_DISTANCE_KM, \"\", \"%f\"\n" "IFIELD GEOCACHE_PLACER,\"\",\"%s\"\n" "IFIELD YYYYMMDD_TIME,\"\",\"%ld\"\n" +"IFIELD GEOCACHE_HINT, \"\", \"%s\"\n" +"IFIELD GEOCACHE_LAST_FOUND, \"\", \"%d\"\n" ; static char xmap2006[] = "# gpsbabel XCSV style file\n" diff --git a/style/tabsep.style b/style/tabsep.style index b65b77686..65d0f31d4 100644 --- a/style/tabsep.style +++ b/style/tabsep.style @@ -53,3 +53,5 @@ IFIELD PATH_DISTANCE_MILES,"","%f" IFIELD PATH_DISTANCE_KM, "", "%f" IFIELD GEOCACHE_PLACER,"","%s" IFIELD YYYYMMDD_TIME,"","%ld" +IFIELD GEOCACHE_HINT, "", "%s" +IFIELD GEOCACHE_LAST_FOUND, "", "%d" -- 2.30.2